home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Info / TeachU14 / SAMS / Code / Day09 / spabout.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-08  |  503 b   |  15 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl\vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "SPAbout.h"
  6. //---------------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TAboutBox *AboutBox;
  9. //---------------------------------------------------------------------------
  10. __fastcall TAboutBox::TAboutBox(TComponent* Owner)
  11.   : TForm(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------
  15.